home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_10771.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  46 lines

  1. -- card: 10771 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: Bogie
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   subtract 5 from score
  10.   if score <= 0 then
  11.     visual effect scroll up
  12.     go card "end"
  13.   end if
  14.   put score into field "scorebox"
  15. end openCard
  16. on mouseUp
  17.  
  18.   get field "textarea" of card "River Trail"
  19.   put it into holder
  20.   put the number of lines in field "textarea" of card "River Trail" into counter
  21.   repeat until counter = 0
  22.     get line counter of holder
  23.     if it contains "African Queen" then
  24.       delete line counter of field "textarea" of card "River Trail"
  25.       put 1 into counter
  26.     end if
  27.     subtract 1 from counter
  28.   end repeat
  29.  
  30.   visual effect venetian blinds slowly
  31.   go to card "River Trail"
  32.  
  33. end mouseUp
  34.  
  35.  
  36. -- part contents for background part 1
  37. ----- text -----
  38. Bogie
  39.  
  40. -- part contents for background part 2
  41. ----- text -----
  42. You remember that scene in the movie 'African Queen,' where Humphrey Bogart looks down at his chest and with a shudder, cries 'Leeches!' What prompts this memory are the dozen or so large slugs having dinner on the nape of your neck. As you stop to pull the suckers off of you, the golden bird disappears into the forest canopy.
  43.  
  44. -- part contents for background part 5
  45. ----- text -----
  46. 175